POV-Ray : Newsgroups : povray.newusers : Object visible with no light??? : Object visible with no light??? Server Time
4 Sep 2024 20:13:53 EDT (-0400)
  Object visible with no light???  
From: Frantisek Fuka
Date: 31 Aug 2002 09:53:44
Message: <3d70ca68@news.povray.org>
I was just trying out the PovRay tutorial and I rendered the very first 
scene before adding the light. To my amazement, the sphere is visible 
(although very dark yellow). If this is not a POVRAY error it seems to 
contradict my basic understanding of how raytracing works. How I can see 
ANYTHING if there is no light source in the scene???

  #include "colors.inc"    // The include files contain
   #include "stones.inc"    // pre-defined scene elements

   camera {
     location <0, 2, -3>
     look_at  <0, 1,  2>
   }

   sphere {
     <0, 1, 2>, 2
     texture {
       pigment { color Yellow }
     }
   }


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.